offset

Moves the view from its original position by the specified x and y distances.

Type

offset?: { x: number, y: number }

Example

<Text 
  offset={{
    x: 10,
    y: -20
  }}
>Offset Text</Text>